Einhugur Xml Plugin for Xojo
Node.LastChild Method
Returns last child node.
LastChild()
as
EinhugurXml.Node
Parameters
Returns
EinhugurXml.Node
Remarks
To support fluent chained syntax then nil is never returned. You can check for empty with the empty property.
See Also
Node Class